Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Fix path resolution of rustfmt in cargo-fmt S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#141100 opened May 16, 2025 by onur-ozkan Loading…
Optimize: core slice binary_search_by S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141097 opened May 16, 2025 by RoDmitry Loading…
add regression test for rust-lang#101650 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141094 opened May 16, 2025 by satler-git Loading…
Implement advance_by via try_fold for Sized iterators S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141086 opened May 16, 2025 by a1phyr Loading…
ci: split dist-arm-linux job A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#141078 opened May 16, 2025 by marcoieni Draft
Fix the issue of typo of comma in arm parsing S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141077 opened May 16, 2025 by chenyukang Loading…
fix Zip unsoundness (again) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141076 opened May 16, 2025 by the8472 Loading…
Stabilize feature result_flattening S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141072 opened May 16, 2025 by Rynibami Loading…
4 of 6 tasks
Enable [behind-upstream] triagebot option for rust-lang/rust A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#141071 opened May 16, 2025 by xizheyin Loading…
Do not emit help when shorthand from macro when suggest ? or expect S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141070 opened May 16, 2025 by xizheyin Loading…
Suggest mut when possbile for temporary value dropped while borrowed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141069 opened May 16, 2025 by chenyukang Loading…
Provide slice length information to the compiler perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141068 opened May 16, 2025 by TDecking Loading…
Rollup of 14 pull requests A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141067 opened May 16, 2025 by hkBst Loading…
Updated std doctests for wasm S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141065 opened May 16, 2025 by ehuss Loading…
Update to LLVM 20.1.5 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141063 opened May 16, 2025 by dianqk Loading…
Update IDEs to use rustfmt 2024, fix Zed settings S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#141062 opened May 16, 2025 by ChaiTRex Loading…
Change __rust_no_alloc_shim_is_unstable to be a function A-testsuite Area: The testsuite used to check the correctness of rustc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141061 opened May 15, 2025 by dpaoliello Draft
Fix glob import tests A-tidy Area: The tidy tool S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141060 opened May 15, 2025 by pvdrz Loading…
HIR: explain in comment why ExprKind::If "then" is an Expr S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141059 opened May 15, 2025 by samueltardieu Loading…
Don't do expensive HIR walk to collect nested bodies perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141057 opened May 15, 2025 by compiler-errors Draft
Lowercase git url for rust-lang/enzyme.git S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#141056 opened May 15, 2025 by erickt Loading…
Hack together inline-always-overrides A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141055 opened May 15, 2025 by saethlin Draft
Remove some unnecessary erases S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141051 opened May 15, 2025 by compiler-errors Loading…
[win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and inste… A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141045 opened May 15, 2025 by dpaoliello Loading…
Permit duplicate macro imports I-lang-nominated Nominated for discussion during a lang team meeting. P-lang-drag-2 Lang team prioritization drag level 2. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141043 opened May 15, 2025 by jswrenn Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.